MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / PagesCollection<T> Class / IsFixedSize Property

In This Topic
IsFixedSize Property (PagesCollection<T>)
In This Topic
Gets whether the System.Collections.IList has a fixed size.
Syntax
'Declaration
 
Public ReadOnly Property IsFixedSize As Boolean
 

Property Value

true if this instance is fixed size; otherwise, false.
See Also